home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / othernet / fidonet / aval_377 / demo.bat / applydif.bat next >
DOS Batch File  |  1994-06-04  |  535b  |  17 lines

  1. ;
  2. ; Dieses Batchfile h„ngt eine Diff-Datei an eine Pointliste an und erzeugt
  3. ; danach aus der neuen Pointliste eine Userliste fr den LED.
  4. ; This batchfile applies a diff-file to a pointlist and creates a userlist
  5. ; from the new created pointlist for the LED.
  6. ;
  7. ECHO=OFF
  8. CLS
  9. ;
  10. CHDIR \fido\list
  11. ;
  12. EXIST4 pr24diff.*
  13.   LOG Applying PointDiff
  14.   APPLYDIFF d:\jetmail\list\points24.* d:\jetmail\list\pr24diff.* clean
  15.   LOG Converting to PN24LIST.LST
  16.   MAKEUSERLIST p d:\jetmail\list\points24.* d:\jetmail\list\pn24list.lst 2
  17.